Some of our customers reported an issue after updating the chrome browser to the latest. The issue is that the applaucncher will not display the launch menu. Here are a few examples:
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' blob: filesystem: chrome-extension-resource:". Either the 'unsafe-inline' keyword, a hash ('sha256-srAgQpX0064Yi3tZaKERKcP4PtFyYNoIio1QxoRra+w='), or a nonce ('nonce-...') is required to enable inline execution.
Another example:
Either the 'unsafe-inline' keyword, a hash ('sha256-5jFwrAK0UV47oFbVg/iCCBbxD8X1w+QvoOUepu4C2YA='), or a nonce ('nonce-...') is required to enable inline execution.
It appears that the latest versions of chrom do not allow creation of iframes with script tags. So the following snippet in the popup.htmlvar html = '
'; var src = 'data:text/html;charset=utf-8,' + encodeURI(html);addIframe(src);
used to work but now it fails. We have released a work around for this issue. You should update the Micro Apps Button to 2.19 or newer (see the link).
link: https://chrome.google.com/webstore/detail/izyware-micro-apps-button/fbmkbppohioffpdpofcinmbmipaehgaa